Skip to content

docs: add minimal, trial-basis Spec Kit Constitution (dogfooding)#2699

Open
PascalThuet wants to merge 6 commits into
github:mainfrom
PascalThuet:feat/dogfood-constitution
Open

docs: add minimal, trial-basis Spec Kit Constitution (dogfooding)#2699
PascalThuet wants to merge 6 commits into
github:mainfrom
PascalThuet:feat/dogfood-constitution

Conversation

@PascalThuet
Copy link
Copy Markdown
Contributor

@PascalThuet PascalThuet commented May 26, 2026

Summary

Adds memory/constitution.md, an initial Spec Kit repository constitution — the project dogfooding its own flagship artifact on itself.

What this PR is: a deliberately minimal, trial-basis constitution, adopted per maintainer guidance in #2504 to "try it out and see where it leads" — not a claim of fully-settled governance. Two principles:

  • I. Selective Spec-Driven Developmentproposed, non-binding criteria for when SDD pays off on this repo (non-trivial scope, ambiguous design, cross-cutting impact, security/correctness stakes), plus an anti-theater clause. Guidance for contributor judgment; reviewers MAY reference it, it gates nothing.
  • II. Spec-Forward, Historical Once Shipped — the maintainer-stated stance from Proposal: dogfood Spec-Driven Development on features that warrant it #2504: a spec defines the unit of work and becomes a frozen historical snapshot once shipped. Quoted verbatim as provenance.

What it deliberately is not: it does not resolve the constitution-vs-AGENTS.md question. #2476 is still an open community debate, so that concern is reduced to a one-line scope boundary under Governance, explicitly framed as this repo's working split — not ratified as a principle.

Dogfooding on-ramp

The document is the governance half of dogfooding; the operative half is running the workflow on a real feature and committing its artifacts. The PR sets that up explicitly:

Path choice

The constitution lives at memory/constitution.md, not .specify/memory/constitution.md. The .specify/ path is for downstream projects initialized by specify init; this repository keeps its own governance artifact at the repo root.

Compliance posture

Non-binding by design. Reviewers MAY reference Principle I when asking whether a change warrants spec artifacts; whether the criteria are met is a contributor judgment call. The document explicitly avoids becoming a process tax.

Out of scope

Broader principles (agent neutrality, template stability, extension surfaces) and the constitution-vs-agent-context resolution (#2476) are not asserted in v1.0.0. They may be added via future amendments after the trial-basis document has seen real use.

Test plan

Closes #2698
Refs #2504
Refs #2476

Add memory/constitution.md establishing two principles for work in
this repository:

- Selective Spec-Driven Development: SDD applies when scope is
  non-trivial, design is ambiguous, impact is cross-cutting, or
  security/correctness is at stake. Explicit anti-theater clause
  forbids manufactured spec artifacts on changes that do not warrant
  them.
- Spec-Forward, Historical Once Shipped: specs describe work to be
  done; once shipped they are frozen snapshots, not living documents.
  Stance per maintainer guidance in Discussion github#2504.

Compliance review is MAY, not MUST: Principle I is a judgment call.
Broader principles (agent neutrality, template stability, extension
surfaces) are not asserted in v1.0.0 and may be added via future
amendments.

Refs github#2698, github#2504

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings May 26, 2026 05:47
@PascalThuet PascalThuet requested a review from mnriem as a code owner May 26, 2026 05:47
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Introduces an initial “Spec Kit Constitution” document to define scope, core principles, and governance/versioning rules for work in the spec-kit repository.

Changes:

  • Added a new constitution document describing when Spec-Driven Development (SDD) applies
  • Documented spec artifact lifecycle expectations (spec-forward; frozen once shipped)
  • Defined governance and semantic versioning rules for future amendments

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Per Principle II (Spec-Forward, Historical Once Shipped), the report
should be a durable snapshot. Issue github#2698 closes on merge and would
become a confusing reference over time; Discussion github#2504 is durable
and retained.

Refs github#2698

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@PascalThuet PascalThuet marked this pull request as draft May 26, 2026 09:35
Copilot AI review requested due to automatic review settings May 26, 2026 10:13
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.

@PascalThuet PascalThuet marked this pull request as ready for review May 26, 2026 12:30
Copilot AI review requested due to automatic review settings May 26, 2026 12:30
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot's findings

  • Files reviewed: 3/3 changed files
  • Comments generated: 1

Comment thread memory/constitution.md Outdated
PascalThuet and others added 2 commits May 27, 2026 23:26
…n-ramp

Aligns the document's register with the maintainer guidance in github#2504
("try it out and see where it leads") instead of presenting it as fully
ratified governance, and makes the PR actionable rather than purely
declarative:

- Drop the standalone "Governance and Agent Context Separation" principle.
  github#2476 is an open community question the maintainers have not settled, so
  ratifying a resolution overreaches. Reduced to a one-line scope boundary
  under Governance, explicitly framed as this repo's working split.
- Keep Principle II (Spec-Forward, Historical Once Shipped) anchored to the
  maintainer-stated stance in github#2504, with the verbatim quote as provenance.
- Reframe Principle I (Selective SDD) as proposed, non-binding contributor
  guidance rather than a MUST gate.
- Add a "Status & Scope" note: deliberately minimal, trial-basis, loaded
  on demand during plan/tasks/implement (mechanism per github#2476), to be revised
  after first real use.
- Add a "Dogfooding On-Ramp" section: names the trigger (next feature meeting
  Principle I), the loading mechanism, and PR github#2393 as a parked, non-blocking
  proof-of-concept candidate — so the document prepares an actual SDD run on a
  spec-kit feature instead of only describing one.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings May 29, 2026 19:30
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.

@PascalThuet PascalThuet changed the title docs: ratify Spec Kit Constitution v1.0.0 docs: add minimal, trial-basis Spec Kit Constitution (dogfooding) May 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Dogfood /constitution on spec-kit (add memory/constitution.md)

3 participants